Skip to main content

Save FCM token

Request to be POSTed to uri : /NorenWClientTP/SaveFMCToken

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*User Id
fcmtkn*FCM token collected from device

Response Details :

Response data will be in json format with below fields.

Json FieldsPossible valueDescription
statOk or Not_OkIf save FCM token is Success Or failure status
request_timeThis will be present only if password change succeeds.
emsgThis will be present only if save token fails

Sample Success Response :

{
"request_time":"14:59:43 27-05-2020",
"stat":"Ok"
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}